home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / manual / libc.cp < prev    next >
Encoding:
Text File  |  1994-11-07  |  46.0 KB  |  803 lines

  1. \entry {library}{1}{library}
  2. \entry {standards}{1}{standards}
  3. \entry {ANSI C}{2}{ANSI C}
  4. \entry {POSIX}{2}{POSIX}
  5. \entry {POSIX.1}{2}{POSIX.1}
  6. \entry {IEEE Std 1003.1}{2}{IEEE Std 1003.1}
  7. \entry {POSIX.2}{2}{POSIX.2}
  8. \entry {IEEE Std 1003.2}{2}{IEEE Std 1003.2}
  9. \entry {BSD Unix}{3}{BSD Unix}
  10. \entry {4.n BSD Unix}{3}{4.\var {n} BSD Unix}
  11. \entry {Berkeley Unix}{3}{Berkeley Unix}
  12. \entry {SunOS}{3}{SunOS}
  13. \entry {Unix, Berkeley}{3}{Unix, Berkeley}
  14. \entry {SVID}{3}{SVID}
  15. \entry {System V Unix}{3}{System V Unix}
  16. \entry {Unix, System V}{3}{Unix, System V}
  17. \entry {header files}{4}{header files}
  18. \entry {definition (compared to declaration)}{4}{definition (compared to declaration)}
  19. \entry {declaration (compared to definition)}{4}{declaration (compared to definition)}
  20. \entry {shadowing functions with macros}{5}{shadowing functions with macros}
  21. \entry {removing macros that shadow functions}{5}{removing macros that shadow functions}
  22. \entry {undefining macros that shadow functions}{5}{undefining macros that shadow functions}
  23. \entry {reserved names}{6}{reserved names}
  24. \entry {name space}{6}{name space}
  25. \entry {feature test macros}{8}{feature test macros}
  26. \entry {BSD compatibility library.}{9}{BSD compatibility library.}
  27. \entry {error reporting}{13}{error reporting}
  28. \entry {reporting errors}{13}{reporting errors}
  29. \entry {error codes}{13}{error codes}
  30. \entry {status codes}{13}{status codes}
  31. \entry {program name}{24}{program name}
  32. \entry {name of running program}{24}{name of running program}
  33. \entry {memory allocation}{27}{memory allocation}
  34. \entry {storage allocation}{27}{storage allocation}
  35. \entry {dynamic allocation}{27}{dynamic allocation}
  36. \entry {static allocation}{27}{static allocation}
  37. \entry {automatic allocation}{27}{automatic allocation}
  38. \entry {unconstrained storage allocation}{28}{unconstrained storage allocation}
  39. \entry {malloc function}{28}{\code {malloc} function}
  40. \entry {heap, dynamic allocation from}{28}{heap, dynamic allocation from}
  41. \entry {allocation of memory with malloc}{28}{allocation of memory with \code {malloc}}
  42. \entry {freeing memory allocated with malloc}{30}{freeing memory allocated with \code {malloc}}
  43. \entry {heap, freeing memory from}{30}{heap, freeing memory from}
  44. \entry {changing the size of a block (malloc)}{31}{changing the size of a block (\code {malloc})}
  45. \entry {efficiency and malloc}{32}{efficiency and \code {malloc}}
  46. \entry {page boundary}{33}{page boundary}
  47. \entry {alignment (with malloc)}{33}{alignment (with \code {malloc})}
  48. \entry {heap consistency checking}{33}{heap consistency checking}
  49. \entry {consistency checking, of heap}{33}{consistency checking, of heap}
  50. \entry {allocation hooks, for malloc}{35}{allocation hooks, for \code {malloc}}
  51. \entry {allocation statistics}{36}{allocation statistics}
  52. \entry {obstacks}{38}{obstacks}
  53. \entry {allocation (obstacks)}{40}{allocation (obstacks)}
  54. \entry {freeing (obstacks)}{41}{freeing (obstacks)}
  55. \entry {macros}{41}{macros}
  56. \entry {growing objects (in obstacks)}{42}{growing objects (in obstacks)}
  57. \entry {changing the size of a block (obstacks)}{42}{changing the size of a block (obstacks)}
  58. \entry {shrinking objects}{44}{shrinking objects}
  59. \entry {efficiency and obstacks}{44}{efficiency and obstacks}
  60. \entry {obstack status}{45}{obstack status}
  61. \entry {status of obstack}{45}{status of obstack}
  62. \entry {alignment (in obstacks)}{46}{alignment (in obstacks)}
  63. \entry {efficiency of chunks}{46}{efficiency of chunks}
  64. \entry {chunks}{46}{chunks}
  65. \entry {automatic freeing}{49}{automatic freeing}
  66. \entry {alloca function}{49}{\code {alloca} function}
  67. \entry {automatic storage with variable size}{49}{automatic storage with variable size}
  68. \entry {longjmp}{50}{longjmp}
  69. \entry {alloca disadvantages}{51}{\code {alloca} disadvantages}
  70. \entry {disadvantages of alloca}{51}{disadvantages of \code {alloca}}
  71. \entry {variable-sized arrays}{51}{variable-sized arrays}
  72. \entry {relocating memory allocator}{52}{relocating memory allocator}
  73. \entry {handle}{52}{handle}
  74. \entry {memory usage warnings}{53}{memory usage warnings}
  75. \entry {warnings of memory almost full}{53}{warnings of memory almost full}
  76. \entry {character testing}{55}{character testing}
  77. \entry {classification of characters}{55}{classification of characters}
  78. \entry {predicates on characters}{55}{predicates on characters}
  79. \entry {character predicates}{55}{character predicates}
  80. \entry {lower-case character}{55}{lower-case character}
  81. \entry {upper-case character}{55}{upper-case character}
  82. \entry {alphabetic character}{55}{alphabetic character}
  83. \entry {digit character}{55}{digit character}
  84. \entry {decimal digit character}{55}{decimal digit character}
  85. \entry {alphanumeric character}{56}{alphanumeric character}
  86. \entry {hexadecimal digit character}{56}{hexadecimal digit character}
  87. \entry {punctuation character}{56}{punctuation character}
  88. \entry {whitespace character}{56}{whitespace character}
  89. \entry {blank character}{56}{blank character}
  90. \entry {graphic character}{56}{graphic character}
  91. \entry {printing character}{56}{printing character}
  92. \entry {control character}{56}{control character}
  93. \entry {ASCII character}{57}{ASCII character}
  94. \entry {character case conversion}{57}{character case conversion}
  95. \entry {case conversion of characters}{57}{case conversion of characters}
  96. \entry {converting case of characters}{57}{converting case of characters}
  97. \entry {string, representation of}{59}{string, representation of}
  98. \entry {string}{59}{string}
  99. \entry {null character}{59}{null character}
  100. \entry {string literal}{59}{string literal}
  101. \entry {length of string}{60}{length of string}
  102. \entry {allocation size of string}{60}{allocation size of string}
  103. \entry {size of string}{60}{size of string}
  104. \entry {string length}{60}{string length}
  105. \entry {string allocation}{60}{string allocation}
  106. \entry {copying strings and arrays}{61}{copying strings and arrays}
  107. \entry {string copy functions}{61}{string copy functions}
  108. \entry {array copy functions}{61}{array copy functions}
  109. \entry {concatenating strings}{61}{concatenating strings}
  110. \entry {string concatenation functions}{61}{string concatenation functions}
  111. \entry {comparing strings and arrays}{65}{comparing strings and arrays}
  112. \entry {string comparison functions}{65}{string comparison functions}
  113. \entry {array comparison functions}{65}{array comparison functions}
  114. \entry {predicates on strings}{65}{predicates on strings}
  115. \entry {predicates on arrays}{65}{predicates on arrays}
  116. \entry {collating strings}{67}{collating strings}
  117. \entry {string collation functions}{67}{string collation functions}
  118. \entry {converting string to collation order}{68}{converting string to collation order}
  119. \entry {search functions (for strings)}{70}{search functions (for strings)}
  120. \entry {string search functions}{70}{string search functions}
  121. \entry {tokenizing strings}{72}{tokenizing strings}
  122. \entry {breaking a string into tokens}{72}{breaking a string into tokens}
  123. \entry {parsing tokens from a string}{72}{parsing tokens from a string}
  124. \entry {opening a file}{75}{opening a file}
  125. \entry {file position}{77}{file position}
  126. \entry {sequential-access files}{77}{sequential-access files}
  127. \entry {random-access files}{77}{random-access files}
  128. \entry {append-access files}{77}{append-access files}
  129. \entry {file name}{77}{file name}
  130. \entry {directory}{78}{directory}
  131. \entry {link}{78}{link}
  132. \entry {directory entry}{78}{directory entry}
  133. \entry {file name component}{78}{file name component}
  134. \entry {file name resolution}{78}{file name resolution}
  135. \entry {root directory}{78}{root directory}
  136. \entry {absolute file name}{78}{absolute file name}
  137. \entry {relative file name}{78}{relative file name}
  138. \entry {parent directory}{79}{parent directory}
  139. \entry {file name syntax errors}{79}{file name syntax errors}
  140. \entry {usual file name syntax errors}{79}{usual file name syntax errors}
  141. \entry {file pointer}{83}{file pointer}
  142. \entry {standard streams}{83}{standard streams}
  143. \entry {streams, standard}{83}{streams, standard}
  144. \entry {standard input stream}{83}{standard input stream}
  145. \entry {standard output stream}{84}{standard output stream}
  146. \entry {standard error stream}{84}{standard error stream}
  147. \entry {opening a stream}{84}{opening a stream}
  148. \entry {closing a stream}{86}{closing a stream}
  149. \entry {writing to a stream, by characters}{87}{writing to a stream, by characters}
  150. \entry {reading from a stream, by characters}{88}{reading from a stream, by characters}
  151. \entry {peeking at input}{91}{peeking at input}
  152. \entry {unreading characters}{91}{unreading characters}
  153. \entry {pushing input back}{91}{pushing input back}
  154. \entry {format string, for printf}{93}{format string, for \code {printf}}
  155. \entry {template, for printf}{93}{template, for \code {printf}}
  156. \entry {formatted output to a stream}{93}{formatted output to a stream}
  157. \entry {writing to a stream, formatted}{93}{writing to a stream, formatted}
  158. \entry {conversion specifications (printf)}{93}{conversion specifications (\code {printf})}
  159. \entry {flag character (printf)}{94}{flag character (\code {printf})}
  160. \entry {minimum field width (printf)}{94}{minimum field width (\code {printf})}
  161. \entry {precision (printf)}{95}{precision (\code {printf})}
  162. \entry {type modifier character (printf)}{95}{type modifier character (\code {printf})}
  163. \entry {output conversions, for printf}{95}{output conversions, for \code {printf}}
  164. \entry {parsing a template string}{105}{parsing a template string}
  165. \entry {customizing printf}{109}{customizing \code {printf}}
  166. \entry {defining new printf conversions}{109}{defining new \code {printf} conversions}
  167. \entry {extending printf}{109}{extending \code {printf}}
  168. \entry {formatted input from a stream}{113}{formatted input from a stream}
  169. \entry {reading from a stream, formatted}{113}{reading from a stream, formatted}
  170. \entry {format string, for scanf}{113}{format string, for \code {scanf}}
  171. \entry {template, for scanf}{113}{template, for \code {scanf}}
  172. \entry {conversion specifications (scanf)}{114}{conversion specifications (\code {scanf})}
  173. \entry {matching failure, in scanf}{114}{matching failure, in \code {scanf}}
  174. \entry {flag character (scanf)}{115}{flag character (\code {scanf})}
  175. \entry {maximum field width (scanf)}{115}{maximum field width (\code {scanf})}
  176. \entry {type modifier character (scanf)}{115}{type modifier character (\code {scanf})}
  177. \entry {input conversions, for scanf}{116}{input conversions, for \code {scanf}}
  178. \entry {binary I/O to a stream}{122}{binary I/O to a stream}
  179. \entry {block I/O to a stream}{122}{block I/O to a stream}
  180. \entry {reading from a stream, by blocks}{122}{reading from a stream, by blocks}
  181. \entry {writing to a stream, by blocks}{122}{writing to a stream, by blocks}
  182. \entry {end of file, on a stream}{123}{end of file, on a stream}
  183. \entry {text stream}{124}{text stream}
  184. \entry {binary stream}{124}{binary stream}
  185. \entry {lines (in a text file)}{124}{lines (in a text file)}
  186. \entry {file positioning on a stream}{125}{file positioning on a stream}
  187. \entry {positioning a stream}{125}{positioning a stream}
  188. \entry {seeking on a stream}{125}{seeking on a stream}
  189. \entry {buffering of streams}{128}{buffering of streams}
  190. \entry {unbuffered stream}{128}{unbuffered stream}
  191. \entry {line buffered stream}{128}{line buffered stream}
  192. \entry {fully buffered stream}{128}{fully buffered stream}
  193. \entry {flushing a stream}{129}{flushing a stream}
  194. \entry {buffering, controlling}{129}{buffering, controlling}
  195. \entry {stream, for I/O to a string}{131}{stream, for I/O to a string}
  196. \entry {string stream}{131}{string stream}
  197. \entry {custom streams}{135}{custom streams}
  198. \entry {programming your own streams}{135}{programming your own streams}
  199. \entry {cookie, for custom stream}{135}{cookie, for custom stream}
  200. \entry {hook functions (of custom streams)}{136}{hook functions (of custom streams)}
  201. \entry {opening a file descriptor}{139}{opening a file descriptor}
  202. \entry {closing a file descriptor}{139}{closing a file descriptor}
  203. \entry {reading from a file descriptor}{141}{reading from a file descriptor}
  204. \entry {end-of-file, on a file descriptor}{141}{end-of-file, on a file descriptor}
  205. \entry {writing to a file descriptor}{142}{writing to a file descriptor}
  206. \entry {file positioning on a file descriptor}{144}{file positioning on a file descriptor}
  207. \entry {positioning a file descriptor}{144}{positioning a file descriptor}
  208. \entry {seeking on a file descriptor}{144}{seeking on a file descriptor}
  209. \entry {streams, and file descriptors}{146}{streams, and file descriptors}
  210. \entry {converting file descriptor to stream}{146}{converting file descriptor to stream}
  211. \entry {extracting file descriptor from stream}{146}{extracting file descriptor from stream}
  212. \entry {standard file descriptors}{146}{standard file descriptors}
  213. \entry {file descriptors, standard}{146}{file descriptors, standard}
  214. \entry {standard input file descriptor}{147}{standard input file descriptor}
  215. \entry {standard output file descriptor}{147}{standard output file descriptor}
  216. \entry {standard error file descriptor}{147}{standard error file descriptor}
  217. \entry {channels}{147}{channels}
  218. \entry {streams and descriptors}{147}{streams and descriptors}
  219. \entry {descriptors and streams}{147}{descriptors and streams}
  220. \entry {mixing descriptors and streams}{147}{mixing descriptors and streams}
  221. \entry {linked channels}{147}{linked channels}
  222. \entry {cleaning up a stream}{147}{cleaning up a stream}
  223. \entry {independent channels}{148}{independent channels}
  224. \entry {waiting for input or output}{149}{waiting for input or output}
  225. \entry {multiplexing input}{149}{multiplexing input}
  226. \entry {input from multiple files}{149}{input from multiple files}
  227. \entry {file descriptor sets, for select}{149}{file descriptor sets, for \code {select}}
  228. \entry {control operations on files}{152}{control operations on files}
  229. \entry {fcntl function}{152}{\code {fcntl} function}
  230. \entry {duplicating file descriptors}{153}{duplicating file descriptors}
  231. \entry {redirecting input and output}{153}{redirecting input and output}
  232. \entry {file descriptor flags}{155}{file descriptor flags}
  233. \entry {close-on-exec (file descriptor flag)}{156}{close-on-exec (file descriptor flag)}
  234. \entry {file status flags}{156}{file status flags}
  235. \entry {file name translation flags}{158}{file name translation flags}
  236. \entry {flags, file name translation}{158}{flags, file name translation}
  237. \entry {open-time action flags}{158}{open-time action flags}
  238. \entry {flags, open-time action}{158}{flags, open-time action}
  239. \entry {create on open (file status flag)}{158}{create on open (file status flag)}
  240. \entry {non-blocking open}{158}{non-blocking open}
  241. \entry {controlling terminal, setting}{159}{controlling terminal, setting}
  242. \entry {symbolic link, opening}{159}{symbolic link, opening}
  243. \entry {file locks}{162}{file locks}
  244. \entry {record locking}{162}{record locking}
  245. \entry {exclusive lock}{162}{exclusive lock}
  246. \entry {write lock}{162}{write lock}
  247. \entry {shared lock}{162}{shared lock}
  248. \entry {read lock}{162}{read lock}
  249. \entry {interrupt-driven input}{166}{interrupt-driven input}
  250. \entry {current working directory}{169}{current working directory}
  251. \entry {working directory}{169}{working directory}
  252. \entry {change working directory}{169}{change working directory}
  253. \entry {accessing directories}{171}{accessing directories}
  254. \entry {reading from a directory}{171}{reading from a directory}
  255. \entry {directories, accessing}{171}{directories, accessing}
  256. \entry {directory stream}{171}{directory stream}
  257. \entry {hard link}{175}{hard link}
  258. \entry {link, hard}{175}{link, hard}
  259. \entry {multiple names for one file}{175}{multiple names for one file}
  260. \entry {file names, multiple}{175}{file names, multiple}
  261. \entry {soft link}{176}{soft link}
  262. \entry {link, soft}{176}{link, soft}
  263. \entry {symbolic link}{176}{symbolic link}
  264. \entry {link, symbolic}{176}{link, symbolic}
  265. \entry {deleting a file}{178}{deleting a file}
  266. \entry {removing a file}{178}{removing a file}
  267. \entry {unlinking a file}{178}{unlinking a file}
  268. \entry {directories, deleting}{178}{directories, deleting}
  269. \entry {deleting a directory}{178}{deleting a directory}
  270. \entry {renaming a file}{179}{renaming a file}
  271. \entry {creating a directory}{180}{creating a directory}
  272. \entry {directories, creating}{180}{directories, creating}
  273. \entry {status of a file}{181}{status of a file}
  274. \entry {attributes of a file}{181}{attributes of a file}
  275. \entry {file attributes}{181}{file attributes}
  276. \entry {inode number}{184}{inode number}
  277. \entry {file owner}{186}{file owner}
  278. \entry {owner of a file}{186}{owner of a file}
  279. \entry {group owner of a file}{186}{group owner of a file}
  280. \entry {file permission bits}{188}{file permission bits}
  281. \entry {sticky bit}{189}{sticky bit}
  282. \entry {permission to access a file}{190}{permission to access a file}
  283. \entry {access permission for a file}{190}{access permission for a file}
  284. \entry {file access permission}{190}{file access permission}
  285. \entry {file creation mask}{190}{file creation mask}
  286. \entry {umask}{190}{umask}
  287. \entry {testing access permission}{192}{testing access permission}
  288. \entry {access, testing for}{192}{access, testing for}
  289. \entry {setuid programs and file access}{192}{setuid programs and file access}
  290. \entry {file access time}{194}{file access time}
  291. \entry {file modification time}{194}{file modification time}
  292. \entry {file attribute modification time}{194}{file attribute modification time}
  293. \entry {creating special files}{196}{creating special files}
  294. \entry {special files}{196}{special files}
  295. \entry {TMPDIR environment variable}{198}{TMPDIR environment variable}
  296. \entry {pipe}{201}{pipe}
  297. \entry {FIFO special file}{201}{FIFO special file}
  298. \entry {creating a pipe}{201}{creating a pipe}
  299. \entry {opening a pipe}{201}{opening a pipe}
  300. \entry {interprocess communication, with pipes}{201}{interprocess communication, with pipes}
  301. \entry {creating a pipe to a subprocess}{203}{creating a pipe to a subprocess}
  302. \entry {pipe to a subprocess}{203}{pipe to a subprocess}
  303. \entry {filtering i/o through subprocess}{203}{filtering i/o through subprocess}
  304. \entry {creating a FIFO special file}{204}{creating a FIFO special file}
  305. \entry {interprocess communication, with FIFO}{204}{interprocess communication, with FIFO}
  306. \entry {socket}{207}{socket}
  307. \entry {interprocess communication, with sockets}{207}{interprocess communication, with sockets}
  308. \entry {communication style (of a socket)}{207}{communication style (of a socket)}
  309. \entry {style of communication (of a socket)}{207}{style of communication (of a socket)}
  310. \entry {packet}{207}{packet}
  311. \entry {byte stream}{207}{byte stream}
  312. \entry {stream (sockets)}{207}{stream (sockets)}
  313. \entry {loss of data on sockets}{207}{loss of data on sockets}
  314. \entry {data loss on sockets}{207}{data loss on sockets}
  315. \entry {namespace (of socket)}{207}{namespace (of socket)}
  316. \entry {domain (of socket)}{207}{domain (of socket)}
  317. \entry {socket namespace}{207}{socket namespace}
  318. \entry {socket domain}{207}{socket domain}
  319. \entry {network protocol}{208}{network protocol}
  320. \entry {protocol (of socket)}{208}{protocol (of socket)}
  321. \entry {socket protocol}{208}{socket protocol}
  322. \entry {protocol family}{208}{protocol family}
  323. \entry {address of socket}{209}{address of socket}
  324. \entry {name of socket}{209}{name of socket}
  325. \entry {binding a socket address}{209}{binding a socket address}
  326. \entry {socket address (name) binding}{209}{socket address (name) binding}
  327. \entry {file namespace, for sockets}{212}{file namespace, for sockets}
  328. \entry {Internet namespace, for sockets}{215}{Internet namespace, for sockets}
  329. \entry {host address, Internet}{216}{host address, Internet}
  330. \entry {Internet host address}{216}{Internet host address}
  331. \entry {network number}{216}{network number}
  332. \entry {local network address number}{216}{local network address number}
  333. \entry {standard dot notation, for Internet addresses}{217}{standard dot notation, for Internet addresses}
  334. \entry {dot notation, for Internet addresses}{217}{dot notation, for Internet addresses}
  335. \entry {hosts database}{219}{hosts database}
  336. \entry {converting host name to address}{219}{converting host name to address}
  337. \entry {converting host address to name}{219}{converting host address to name}
  338. \entry {port number}{221}{port number}
  339. \entry {services database}{222}{services database}
  340. \entry {converting service name to port number}{222}{converting service name to port number}
  341. \entry {converting port number to service name}{222}{converting port number to service name}
  342. \entry {byte order conversion, for socket}{224}{byte order conversion, for socket}
  343. \entry {converting byte order}{224}{converting byte order}
  344. \entry {big-endian}{224}{big-endian}
  345. \entry {little-endian}{224}{little-endian}
  346. \entry {network byte order}{224}{network byte order}
  347. \entry {protocols database}{225}{protocols database}
  348. \entry {TCP (Internet protocol)}{225}{TCP (Internet protocol)}
  349. \entry {creating a socket}{228}{creating a socket}
  350. \entry {socket, creating}{228}{socket, creating}
  351. \entry {opening a socket}{228}{opening a socket}
  352. \entry {socket, closing}{229}{socket, closing}
  353. \entry {closing a socket}{229}{closing a socket}
  354. \entry {shutting down a socket}{229}{shutting down a socket}
  355. \entry {socket shutdown}{229}{socket shutdown}
  356. \entry {creating a socket pair}{229}{creating a socket pair}
  357. \entry {socket pair}{229}{socket pair}
  358. \entry {opening a socket pair}{229}{opening a socket pair}
  359. \entry {connection}{230}{connection}
  360. \entry {client}{230}{client}
  361. \entry {server}{230}{server}
  362. \entry {connecting a socket}{231}{connecting a socket}
  363. \entry {socket, connecting}{231}{socket, connecting}
  364. \entry {socket, initiating a connection}{231}{socket, initiating a connection}
  365. \entry {socket, client actions}{231}{socket, client actions}
  366. \entry {listening (sockets)}{232}{listening (sockets)}
  367. \entry {sockets, server actions}{232}{sockets, server actions}
  368. \entry {sockets, listening}{232}{sockets, listening}
  369. \entry {sockets, accepting connections}{233}{sockets, accepting connections}
  370. \entry {accepting connections}{233}{accepting connections}
  371. \entry {reading from a socket}{234}{reading from a socket}
  372. \entry {writing to a socket}{234}{writing to a socket}
  373. \entry {out-of-band data}{240}{out-of-band data}
  374. \entry {high-priority data}{240}{high-priority data}
  375. \entry {urgent socket condition}{240}{urgent socket condition}
  376. \entry {datagram socket}{243}{datagram socket}
  377. \entry {sending a datagram}{243}{sending a datagram}
  378. \entry {transmitting datagrams}{243}{transmitting datagrams}
  379. \entry {datagrams, transmitting}{243}{datagrams, transmitting}
  380. \entry {receiving datagrams}{244}{receiving datagrams}
  381. \entry {socket options}{249}{socket options}
  382. \entry {level, for socket options}{249}{level, for socket options}
  383. \entry {socket option level}{249}{socket option level}
  384. \entry {networks database}{252}{networks database}
  385. \entry {converting network number to network name}{252}{converting network number to network name}
  386. \entry {converting network name to network number}{252}{converting network name to network number}
  387. \entry {terminal identification}{255}{terminal identification}
  388. \entry {identifying terminals}{255}{identifying terminals}
  389. \entry {terminal input queue}{255}{terminal input queue}
  390. \entry {typeahead buffer}{255}{typeahead buffer}
  391. \entry {terminal output queue}{256}{terminal output queue}
  392. \entry {canonical input processing}{256}{canonical input processing}
  393. \entry {noncanonical input processing}{256}{noncanonical input processing}
  394. \entry {terminal mode data types}{257}{terminal mode data types}
  395. \entry {terminal mode functions}{258}{terminal mode functions}
  396. \entry {parity checking}{261}{parity checking}
  397. \entry {break condition, detecting}{262}{break condition, detecting}
  398. \entry {modem status lines}{264}{modem status lines}
  399. \entry {carrier detect}{264}{carrier detect}
  400. \entry {modem disconnect}{264}{modem disconnect}
  401. \entry {echo of terminal input}{266}{echo of terminal input}
  402. \entry {interactive signals, from terminal}{267}{interactive signals, from terminal}
  403. \entry {line speed}{268}{line speed}
  404. \entry {baud rate}{268}{baud rate}
  405. \entry {terminal line speed}{268}{terminal line speed}
  406. \entry {terminal line speed}{268}{terminal line speed}
  407. \entry {EOF character}{271}{EOF character}
  408. \entry {EOL character}{271}{EOL character}
  409. \entry {EOL2 character}{271}{EOL2 character}
  410. \entry {ERASE character}{271}{ERASE character}
  411. \entry {WERASE character}{272}{WERASE character}
  412. \entry {KILL character}{272}{KILL character}
  413. \entry {REPRINT character}{272}{REPRINT character}
  414. \entry {INTR character}{272}{INTR character}
  415. \entry {interrupt character}{272}{interrupt character}
  416. \entry {QUIT character}{273}{QUIT character}
  417. \entry {SUSP character}{273}{SUSP character}
  418. \entry {suspend character}{273}{suspend character}
  419. \entry {DSUSP character}{273}{DSUSP character}
  420. \entry {delayed suspend character}{273}{delayed suspend character}
  421. \entry {START character}{274}{START character}
  422. \entry {STOP character}{274}{STOP character}
  423. \entry {LNEXT character}{274}{LNEXT character}
  424. \entry {DISCARD character}{275}{DISCARD character}
  425. \entry {STATUS character}{275}{STATUS character}
  426. \entry {MIN termios slot}{275}{MIN termios slot}
  427. \entry {TIME termios slot}{276}{TIME termios slot}
  428. \entry {terminal line control functions}{277}{terminal line control functions}
  429. \entry {break condition, generating}{277}{break condition, generating}
  430. \entry {flushing terminal output queue}{277}{flushing terminal output queue}
  431. \entry {terminal output queue, flushing}{277}{terminal output queue, flushing}
  432. \entry {clearing terminal input queue}{278}{clearing terminal input queue}
  433. \entry {terminal input queue, clearing}{278}{terminal input queue, clearing}
  434. \entry {flow control, terminal}{278}{flow control, terminal}
  435. \entry {terminal flow control}{278}{terminal flow control}
  436. \entry {domain error}{281}{domain error}
  437. \entry {range error}{281}{range error}
  438. \entry {trigonometric functions}{282}{trigonometric functions}
  439. \entry {pi (trigonometric constant)}{282}{pi (trigonometric constant)}
  440. \entry {inverse trigonmetric functions}{282}{inverse trigonmetric functions}
  441. \entry {exponentiation functions}{283}{exponentiation functions}
  442. \entry {power functions}{283}{power functions}
  443. \entry {logarithm functions}{283}{logarithm functions}
  444. \entry {square root function}{284}{square root function}
  445. \entry {cube root function}{284}{cube root function}
  446. \entry {hyperbolic functions}{285}{hyperbolic functions}
  447. \entry {inverse hyperbolic functions}{285}{inverse hyperbolic functions}
  448. \entry {random numbers}{285}{random numbers}
  449. \entry {pseudo-random numbers}{285}{pseudo-random numbers}
  450. \entry {seed (for random numbers)}{285}{seed (for random numbers)}
  451. \entry {NaN}{289}{NaN}
  452. \entry {not a number}{289}{not a number}
  453. \entry {IEEE floating point}{289}{IEEE floating point}
  454. \entry {absolute value functions}{290}{absolute value functions}
  455. \entry {normalization functions (floating-point)}{291}{normalization functions (floating-point)}
  456. \entry {rounding functions}{292}{rounding functions}
  457. \entry {remainder functions}{292}{remainder functions}
  458. \entry {converting floats to integers}{292}{converting floats to integers}
  459. \entry {integer division functions}{293}{integer division functions}
  460. \entry {parsing numbers (in formatted input)}{294}{parsing numbers (in formatted input)}
  461. \entry {converting strings to numbers}{294}{converting strings to numbers}
  462. \entry {number syntax, parsing}{294}{number syntax, parsing}
  463. \entry {syntax, for reading numbers}{294}{syntax, for reading numbers}
  464. \entry {Comparison Function}{299}{Comparison Function}
  465. \entry {search function (for arrays)}{299}{search function (for arrays)}
  466. \entry {binary search function (for arrays)}{299}{binary search function (for arrays)}
  467. \entry {array search function}{299}{array search function}
  468. \entry {sort function (for arrays)}{300}{sort function (for arrays)}
  469. \entry {quick sort function (for arrays)}{300}{quick sort function (for arrays)}
  470. \entry {array sort function}{300}{array sort function}
  471. \entry {stable sorting}{300}{stable sorting}
  472. \entry {Kermit the frog}{302}{Kermit the frog}
  473. \entry {globbing}{306}{globbing}
  474. \entry {word expansion}{315}{word expansion}
  475. \entry {expansion of shell words}{315}{expansion of shell words}
  476. \entry {tilde expansion}{316}{tilde expansion}
  477. \entry {variable substitution}{316}{variable substitution}
  478. \entry {substitution of variables and commands}{316}{substitution of variables and commands}
  479. \entry {command substitution}{316}{command substitution}
  480. \entry {arithmetic expansion}{316}{arithmetic expansion}
  481. \entry {field splitting}{316}{field splitting}
  482. \entry {wildcard expansion}{316}{wildcard expansion}
  483. \entry {quote removal}{316}{quote removal}
  484. \entry {removal of quotes}{316}{removal of quotes}
  485. \entry {CPU time}{321}{CPU time}
  486. \entry {processor time}{321}{processor time}
  487. \entry {clock ticks}{321}{clock ticks}
  488. \entry {ticks, clock}{321}{ticks, clock}
  489. \entry {time, elapsed CPU}{321}{time, elapsed CPU}
  490. \entry {Gregorian calendar}{323}{Gregorian calendar}
  491. \entry {time, calendar}{323}{time, calendar}
  492. \entry {date and time}{323}{date and time}
  493. \entry {calendar time}{323}{calendar time}
  494. \entry {high-resolution time}{323}{high-resolution time}
  495. \entry {local time}{323}{local time}
  496. \entry {broken-down time}{323}{broken-down time}
  497. \entry {epoch}{324}{epoch}
  498. \entry {broken-down time}{327}{broken-down time}
  499. \entry {calendar time and broken-down time}{327}{calendar time and broken-down time}
  500. \entry {leap second}{327}{leap second}
  501. \entry {Daylight Saving Time}{328}{Daylight Saving Time}
  502. \entry {summer time}{328}{summer time}
  503. \entry {time zone}{332}{time zone}
  504. \entry {time zone database}{333}{time zone database}
  505. \entry {setting an alarm}{335}{setting an alarm}
  506. \entry {interval timer, setting}{335}{interval timer, setting}
  507. \entry {alarms, setting}{335}{alarms, setting}
  508. \entry {timers, setting}{335}{timers, setting}
  509. \entry {real-time timer}{335}{real-time timer}
  510. \entry {timer, real-time}{335}{timer, real-time}
  511. \entry {virtual timer}{335}{virtual timer}
  512. \entry {timer, virtual}{335}{timer, virtual}
  513. \entry {profiling timer}{335}{profiling timer}
  514. \entry {timer, profiling}{335}{timer, profiling}
  515. \entry {resource limits}{341}{resource limits}
  516. \entry {limits on resource usage}{341}{limits on resource usage}
  517. \entry {usage limits}{341}{usage limits}
  518. \entry {soft limit}{341}{soft limit}
  519. \entry {hard limit}{341}{hard limit}
  520. \entry {process priority}{343}{process priority}
  521. \entry {priority of a process}{343}{priority of a process}
  522. \entry {extended character sets}{345}{extended character sets}
  523. \entry {wide characters}{345}{wide characters}
  524. \entry {multibyte characters}{346}{multibyte characters}
  525. \entry {basic byte sequence}{346}{basic byte sequence}
  526. \entry {code, character}{349}{code, character}
  527. \entry {character code}{349}{character code}
  528. \entry {extended strings, converting representations}{350}{extended strings, converting representations}
  529. \entry {converting extended strings}{350}{converting extended strings}
  530. \entry {multibyte character, length of}{351}{multibyte character, length of}
  531. \entry {length of multibyte character}{351}{length of multibyte character}
  532. \entry {extended characters, converting}{352}{extended characters, converting}
  533. \entry {converting extended characters}{352}{converting extended characters}
  534. \entry {internationalization}{357}{internationalization}
  535. \entry {locales}{357}{locales}
  536. \entry {combining locales}{358}{combining locales}
  537. \entry {categories for locales}{358}{categories for locales}
  538. \entry {locale categories}{358}{locale categories}
  539. \entry {changing the locale}{359}{changing the locale}
  540. \entry {locale, changing}{359}{locale, changing}
  541. \entry {monetary value formatting}{361}{monetary value formatting}
  542. \entry {numeric value formatting}{361}{numeric value formatting}
  543. \entry {decimal-point separator}{362}{decimal-point separator}
  544. \entry {grouping of digits}{362}{grouping of digits}
  545. \entry {currency symbols}{363}{currency symbols}
  546. \entry {non-local exits}{367}{non-local exits}
  547. \entry {long jumps}{367}{long jumps}
  548. \entry {signal}{371}{signal}
  549. \entry {generation of signals}{372}{generation of signals}
  550. \entry {delivery of signals}{372}{delivery of signals}
  551. \entry {pending signals}{372}{pending signals}
  552. \entry {blocked signals}{372}{blocked signals}
  553. \entry {specified action (for a signal)}{373}{specified action (for a signal)}
  554. \entry {default action (for a signal)}{373}{default action (for a signal)}
  555. \entry {signal action}{373}{signal action}
  556. \entry {catching signals}{373}{catching signals}
  557. \entry {signal names}{373}{signal names}
  558. \entry {names of signals}{373}{names of signals}
  559. \entry {signal number}{373}{signal number}
  560. \entry {program error signals}{374}{program error signals}
  561. \entry {exception}{375}{exception}
  562. \entry {floating-point exception}{375}{floating-point exception}
  563. \entry {illegal instruction}{376}{illegal instruction}
  564. \entry {segmentation violation}{376}{segmentation violation}
  565. \entry {bus error}{376}{bus error}
  566. \entry {abort signal}{376}{abort signal}
  567. \entry {program termination signals}{377}{program termination signals}
  568. \entry {termination signal}{377}{termination signal}
  569. \entry {interrupt signal}{377}{interrupt signal}
  570. \entry {quit signal}{378}{quit signal}
  571. \entry {quit signal}{378}{quit signal}
  572. \entry {kill signal}{378}{kill signal}
  573. \entry {hangup signal}{378}{hangup signal}
  574. \entry {alarm signal}{379}{alarm signal}
  575. \entry {virtual time alarm signal}{379}{virtual time alarm signal}
  576. \entry {profiling alarm signal}{379}{profiling alarm signal}
  577. \entry {input available signal}{379}{input available signal}
  578. \entry {output possible signal}{379}{output possible signal}
  579. \entry {urgent data signal}{379}{urgent data signal}
  580. \entry {job control signals}{380}{job control signals}
  581. \entry {child process signal}{380}{child process signal}
  582. \entry {continue signal}{380}{continue signal}
  583. \entry {stop signal}{380}{stop signal}
  584. \entry {interactive stop signal}{381}{interactive stop signal}
  585. \entry {terminal input signal}{381}{terminal input signal}
  586. \entry {terminal output signal}{381}{terminal output signal}
  587. \entry {pipe signal}{382}{pipe signal}
  588. \entry {broken pipe signal}{382}{broken pipe signal}
  589. \entry {lost resource signal}{382}{lost resource signal}
  590. \entry {user signals}{382}{user signals}
  591. \entry {signal messages}{383}{signal messages}
  592. \entry {signal actions}{384}{signal actions}
  593. \entry {establishing a handler}{384}{establishing a handler}
  594. \entry {signal function}{384}{\code {signal} function}
  595. \entry {default action for a signal}{385}{default action for a signal}
  596. \entry {ignore action for a signal}{385}{ignore action for a signal}
  597. \entry {sigaction function}{386}{\code {sigaction} function}
  598. \entry {signal flags}{389}{signal flags}
  599. \entry {flags for sigaction}{389}{flags for \code {sigaction}}
  600. \entry {sigaction flags}{389}{\code {sigaction} flags}
  601. \entry {initial signal actions}{390}{initial signal actions}
  602. \entry {signal handler function}{391}{signal handler function}
  603. \entry {non-local exit, from signal handler}{393}{non-local exit, from signal handler}
  604. \entry {race conditions, relating to signals}{394}{race conditions, relating to signals}
  605. \entry {handling multiple signals}{395}{handling multiple signals}
  606. \entry {successive signals}{395}{successive signals}
  607. \entry {merging of signals}{395}{merging of signals}
  608. \entry {restrictions on signal handler functions}{398}{restrictions on signal handler functions}
  609. \entry {volatile declarations}{398}{\code {volatile} declarations}
  610. \entry {reentrant functions}{398}{reentrant functions}
  611. \entry {EINTR, and restarting interrupted primitives}{403}{EINTR, and restarting interrupted primitives}
  612. \entry {restarting interrupted primitives}{403}{restarting interrupted primitives}
  613. \entry {interrupting primitives}{403}{interrupting primitives}
  614. \entry {primitives, interrupting}{403}{primitives, interrupting}
  615. \entry {sending signals}{403}{sending signals}
  616. \entry {raising signals}{403}{raising signals}
  617. \entry {signals, generating}{403}{signals, generating}
  618. \entry {killing a process}{405}{killing a process}
  619. \entry {interprocess communication, with signals}{407}{interprocess communication, with signals}
  620. \entry {blocking signals}{408}{blocking signals}
  621. \entry {signal set}{409}{signal set}
  622. \entry {signal mask}{410}{signal mask}
  623. \entry {process signal mask}{410}{process signal mask}
  624. \entry {blocking signals, in a handler}{412}{blocking signals, in a handler}
  625. \entry {pending signals, checking for}{413}{pending signals, checking for}
  626. \entry {blocked signals, checking for}{413}{blocked signals, checking for}
  627. \entry {checking for pending signals}{413}{checking for pending signals}
  628. \entry {timing error in signal handling}{415}{timing error in signal handling}
  629. \entry {waiting for a signal}{416}{waiting for a signal}
  630. \entry {pause function}{416}{\code {pause} function}
  631. \entry {process}{425}{process}
  632. \entry {program arguments}{425}{program arguments}
  633. \entry {command line arguments}{425}{command line arguments}
  634. \entry {arguments, to program}{425}{arguments, to program}
  635. \entry {program startup}{425}{program startup}
  636. \entry {startup of program}{425}{startup of program}
  637. \entry {invocation of program}{425}{invocation of program}
  638. \entry {main function}{425}{\code {main} function}
  639. \entry {argc (program argument count)}{425}{argc (program argument count)}
  640. \entry {argv (program argument vector)}{425}{argv (program argument vector)}
  641. \entry {program argument syntax}{426}{program argument syntax}
  642. \entry {syntax, for program arguments}{426}{syntax, for program arguments}
  643. \entry {command argument syntax}{426}{command argument syntax}
  644. \entry {long-named options}{426}{long-named options}
  645. \entry {program arguments, parsing}{427}{program arguments, parsing}
  646. \entry {command arguments, parsing}{427}{command arguments, parsing}
  647. \entry {parsing program arguments}{427}{parsing program arguments}
  648. \entry {environment variable}{433}{environment variable}
  649. \entry {environment}{433}{environment}
  650. \entry {environment access}{434}{environment access}
  651. \entry {environment representation}{434}{environment representation}
  652. \entry {standard environment variables}{435}{standard environment variables}
  653. \entry {HOME environment variable}{435}{HOME environment variable}
  654. \entry {home directory}{435}{home directory}
  655. \entry {LOGNAME environment variable}{435}{LOGNAME environment variable}
  656. \entry {PATH environment variable}{435}{PATH environment variable}
  657. \entry {TERM environment variable}{436}{TERM environment variable}
  658. \entry {TZ environment variable}{436}{TZ environment variable}
  659. \entry {LANG environment variable}{436}{LANG environment variable}
  660. \entry {LC{\_}COLLATE environment variable}{436}{LC{\_}COLLATE environment variable}
  661. \entry {LC{\_}CTYPE environment variable}{436}{LC{\_}CTYPE environment variable}
  662. \entry {LC{\_}MONETARY environment variable}{436}{LC{\_}MONETARY environment variable}
  663. \entry {LC{\_}NUMERIC environment variable}{436}{LC{\_}NUMERIC environment variable}
  664. \entry {LC{\_}TIME environment variable}{436}{LC{\_}TIME environment variable}
  665. \entry {{\_}POSIX{\_}OPTION{\_}ORDER environment variable.}{436}{{\_}POSIX{\_}OPTION{\_}ORDER environment variable.}
  666. \entry {program termination}{437}{program termination}
  667. \entry {process termination}{437}{process termination}
  668. \entry {exit status value}{437}{exit status value}
  669. \entry {exit status}{437}{exit status}
  670. \entry {aborting a program}{439}{aborting a program}
  671. \entry {process}{441}{process}
  672. \entry {child process}{441}{child process}
  673. \entry {parent process}{441}{parent process}
  674. \entry {running a command}{441}{running a command}
  675. \entry {process ID}{442}{process ID}
  676. \entry {process lifetime}{442}{process lifetime}
  677. \entry {creating a process}{442}{creating a process}
  678. \entry {forking a process}{442}{forking a process}
  679. \entry {child process}{442}{child process}
  680. \entry {parent process}{442}{parent process}
  681. \entry {process image}{442}{process image}
  682. \entry {executing a file}{444}{executing a file}
  683. \entry {exec functions}{444}{\code {exec} functions}
  684. \entry {process completion}{447}{process completion}
  685. \entry {waiting for completion of child process}{447}{waiting for completion of child process}
  686. \entry {testing exit status of child process}{447}{testing exit status of child process}
  687. \entry {process groups}{453}{process groups}
  688. \entry {job control}{453}{job control}
  689. \entry {job}{453}{job}
  690. \entry {session}{453}{session}
  691. \entry {shell}{453}{shell}
  692. \entry {session}{453}{session}
  693. \entry {session leader}{453}{session leader}
  694. \entry {controlling terminal}{454}{controlling terminal}
  695. \entry {foreground job}{454}{foreground job}
  696. \entry {background job}{454}{background job}
  697. \entry {stopped job}{454}{stopped job}
  698. \entry {job control is optional}{454}{job control is optional}
  699. \entry {controlling process}{455}{controlling process}
  700. \entry {controlling terminal, access to}{455}{controlling terminal, access to}
  701. \entry {SIGTTIN, from background job}{455}{\code {SIGTTIN}, from background job}
  702. \entry {SIGTTOU, from background job}{455}{\code {SIGTTOU}, from background job}
  703. \entry {orphaned process group}{455}{orphaned process group}
  704. \entry {job control, enabling}{458}{job control, enabling}
  705. \entry {subshell}{458}{subshell}
  706. \entry {job control, enabling}{458}{job control, enabling}
  707. \entry {launching jobs}{460}{launching jobs}
  708. \entry {process group leader}{460}{process group leader}
  709. \entry {process group ID}{460}{process group ID}
  710. \entry {race conditions, relating to job control}{460}{race conditions, relating to job control}
  711. \entry {foreground job, launching}{463}{foreground job, launching}
  712. \entry {background job, launching}{464}{background job, launching}
  713. \entry {stopped jobs, detecting}{465}{stopped jobs, detecting}
  714. \entry {terminated jobs, detecting}{465}{terminated jobs, detecting}
  715. \entry {SIGCHLD, handling of}{465}{\code {SIGCHLD}, handling of}
  716. \entry {stopped jobs, continuing}{468}{stopped jobs, continuing}
  717. \entry {process group functions}{470}{process group functions}
  718. \entry {job control functions}{470}{job control functions}
  719. \entry {controlling terminal, determining}{470}{controlling terminal, determining}
  720. \entry {BSD compatibility library}{471}{BSD compatibility library}
  721. \entry {login name}{475}{login name}
  722. \entry {user name}{475}{user name}
  723. \entry {user ID}{475}{user ID}
  724. \entry {group name}{475}{group name}
  725. \entry {group ID}{475}{group ID}
  726. \entry {persona}{475}{persona}
  727. \entry {effective user ID}{475}{effective user ID}
  728. \entry {effective group ID}{475}{effective group ID}
  729. \entry {real user ID}{476}{real user ID}
  730. \entry {real group ID}{476}{real group ID}
  731. \entry {supplementary group IDs}{476}{supplementary group IDs}
  732. \entry {setuid programs}{477}{\code {setuid} programs}
  733. \entry {login name, determining}{484}{login name, determining}
  734. \entry {user ID, determining}{484}{user ID, determining}
  735. \entry {user database}{485}{user database}
  736. \entry {password database}{485}{password database}
  737. \entry {converting user ID to user name}{486}{converting user ID to user name}
  738. \entry {converting user name to user ID}{486}{converting user name to user ID}
  739. \entry {scanning the user list}{486}{scanning the user list}
  740. \entry {group database}{487}{group database}
  741. \entry {converting group name to group ID}{488}{converting group name to group ID}
  742. \entry {converting group ID to group name}{488}{converting group ID to group name}
  743. \entry {scanning the group list}{488}{scanning the group list}
  744. \entry {POSIX capacity limits}{495}{POSIX capacity limits}
  745. \entry {limits, POSIX}{495}{limits, POSIX}
  746. \entry {capacity limits, POSIX}{495}{capacity limits, POSIX}
  747. \entry {limits, program argument size}{495}{limits, program argument size}
  748. \entry {limits, number of processes}{495}{limits, number of processes}
  749. \entry {limits, number of open files}{495}{limits, number of open files}
  750. \entry {limits, time zone name length}{496}{limits, time zone name length}
  751. \entry {limits, number of supplementary group IDs}{496}{limits, number of supplementary group IDs}
  752. \entry {POSIX optional features}{496}{POSIX optional features}
  753. \entry {optional POSIX features}{496}{optional POSIX features}
  754. \entry {limits, link count of files}{503}{limits, link count of files}
  755. \entry {limits, terminal input queue}{503}{limits, terminal input queue}
  756. \entry {limits, file name length}{503}{limits, file name length}
  757. \entry {limits, pipe buffer size}{503}{limits, pipe buffer size}
  758. \entry {consistency checking}{511}{consistency checking}
  759. \entry {impossible events}{511}{impossible events}
  760. \entry {assertions}{511}{assertions}
  761. \entry {variable number of arguments}{512}{variable number of arguments}
  762. \entry {variadic functions}{512}{variadic functions}
  763. \entry {optional arguments}{512}{optional arguments}
  764. \entry {function prototypes (variadic)}{513}{function prototypes (variadic)}
  765. \entry {prototypes for variadic functions}{513}{prototypes for variadic functions}
  766. \entry {variadic function prototypes}{513}{variadic function prototypes}
  767. \entry {variadic function argument access}{514}{variadic function argument access}
  768. \entry {arguments (variadic functions)}{514}{arguments (variadic functions)}
  769. \entry {number of arguments passed}{515}{number of arguments passed}
  770. \entry {how many arguments}{515}{how many arguments}
  771. \entry {arguments, how many}{515}{arguments, how many}
  772. \entry {variadic functions, calling}{515}{variadic functions, calling}
  773. \entry {calling variadic functions}{515}{calling variadic functions}
  774. \entry {declaring variadic functions}{515}{declaring variadic functions}
  775. \entry {default argument promotions}{516}{default argument promotions}
  776. \entry {argument promotion}{516}{argument promotion}
  777. \entry {null pointer constant}{519}{null pointer constant}
  778. \entry {integer type width}{520}{integer type width}
  779. \entry {width of integer type}{520}{width of integer type}
  780. \entry {type measurements, integer}{520}{type measurements, integer}
  781. \entry {integer type range}{521}{integer type range}
  782. \entry {range of integer type}{521}{range of integer type}
  783. \entry {limits, integer types}{521}{limits, integer types}
  784. \entry {floating type measurements}{522}{floating type measurements}
  785. \entry {measurements of floating types}{522}{measurements of floating types}
  786. \entry {type measurements, floating}{522}{type measurements, floating}
  787. \entry {limits, floating types}{522}{limits, floating types}
  788. \entry {sign (of floating point number)}{523}{sign (of floating point number)}
  789. \entry {base (of floating point number)}{523}{base (of floating point number)}
  790. \entry {radix (of floating point number)}{523}{radix (of floating point number)}
  791. \entry {exponent (of floating point number)}{523}{exponent (of floating point number)}
  792. \entry {bias (of floating point number exponent)}{523}{bias (of floating point number exponent)}
  793. \entry {mantissa (of floating point number)}{523}{mantissa (of floating point number)}
  794. \entry {significand (of floating point number)}{523}{significand (of floating point number)}
  795. \entry {precision (of floating point number)}{523}{precision (of floating point number)}
  796. \entry {hidden bit (of floating point number mantissa)}{523}{hidden bit (of floating point number mantissa)}
  797. \entry {normalized floating point number}{524}{normalized floating point number}
  798. \entry {IEEE floating point representation}{527}{IEEE floating point representation}
  799. \entry {floating point, IEEE}{527}{floating point, IEEE}
  800. \entry {installing the library}{611}{installing the library}
  801. \entry {reporting bugs}{614}{reporting bugs}
  802. \entry {bugs, reporting}{614}{bugs, reporting}
  803.